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