Listing 13.1. Metoda __toString() dla klasy Aktor wygenerowanej przez Propel
public function __toString()
{
    return $this->getImie() . ' ' . $this->getNazwisko();
}
