public function toString($depth, \ORC\Util\Tree\INode $node)
 {
     return $node->getValue();
 }