public function __toString()
 {
     $this->toStringCalled = true;
     return parent::__toString();
 }