/**
  * {@inheritdoc}
  */
 protected function normalizeAttributes(AttributeGroupInterface $group)
 {
     $attributes = parent::normalizeAttributes($group);
     return implode(',', $attributes);
 }