/**
  * Debugfunction
  * @access   private
  */
 function toString()
 {
     parent::toString();
     echo "Anzahl der Stimmen: " . $this->getNumberOfVotes() . "<br>\n";
 }