Listing 13.9. Metoda __toString() klasy Matryca
public function __toString()
{
    return $this->getNazwa();
}
