public function getName($properize = false)
 {
     $this->__load();
     return parent::getName($properize);
 }