public function collectInformation($observer)
 {
     $collector = $this->getCollector();
     self::$_graphviz = $observer->dot;
 }