The code down below should create multiple "option" tags depending upon the number of users. For now its just displaying var users, The for loop is not even executing. I was wondering if I am missing some thing here.
 <select name="users" id="users">
   {% var users = CMSContext.Current.GlobalObjects.Users|(identity)GlobalAdministrator%}
</select>