Listing 13.16. Metoda __toString() klasy aparat wygenerowanej przez Doctrine
public function __toString()
{
    return $this['model'];
}
