public function getVariableElements(Item $item)
 {
     $allData = $item->getDataForDelivery();
     return $allData['variable'];
 }