function getGroupList()
 {
     $acl =& zmgACL::getACL();
     return $acl->get_group_children_tree(null, 'USERS', false);
 }