/**
  * 
  */
 public function Info()
 {
     $o_dm = Datamodel::load();
     $t_group = new ca_user_groups();
     $this->view->setVar('group_count', $t_group->getGroupCount($this->request->user->getUserID()));
     if ($t_group = $this->getGroupObject()) {
         $this->view->setVar('t_item', $t_group);
         $this->view->setVar('result_context', $o_result_context = new ResultContext($this->request, 'ca_user_groups', 'basic_search'));
     }
     return $this->render('widget_group_info_html.php', true);
 }