Listing 13.10. Metoda __toString() klasy Producent
public function __toString()
{
    return $this->getProducent();
}
