/**
  * {@inheritDoc}
  */
 public function getChildren($document, $filter = null, $fetchDepth = null, $locale = null)
 {
     return $this->wrapped->getChildren($document, $filter, $fetchDepth, $locale);
 }