/**
  * Remove the selected user from the given group.
  * @param GROUP $obj
  * @access private
  */
 public function commit($obj)
 {
     $obj->remove_user($this->_user);
 }