public function setGroupStem($stemIdentifier)
 {
     parent::setGroupStem($stemIdentifier);
     // Propagate the groupStem onto all providers
     foreach ($this->_providers as $provider) {
         $provider->setGroupStem($stemIdentifier);
     }
     return $this;
 }