public function dump($formatted = false)
 {
     parent::dump($formatted);
     $this->displayXml();
     return $this;
 }