/**
  * Group each bundle items and their children as a single item with options.
  *
  * @return self
  */
 protected function _groupBundleItems()
 {
     $this->_factory->getNewDetailProcessResponseRelationship($this)->process();
     return $this;
 }