public function getVotiChiave()
 {
     $carica = $this->getCaricaDepSenCorrente();
     return OppVotazioneHasCaricaPeer::getVotiChiaveCarica($carica->getId());
 }