/**
  * Add the selected user to the group.
  * @param GROUP $obj
  * @access private
  */
 public function commit($obj)
 {
     $obj->add_user($this->_user);
 }