public function getUserName()
 {
     $this->__load();
     return parent::getUserName();
 }