/**
  * {@inheritdoc}
  */
 public function next()
 {
     $this->iterator->next();
     parent::next();
 }