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