Listing 13.8. Metoda __toString() klasy Aparat
public function __toString()
{
    return $this->getModel();
}
