public function buildHeader() {
$header['icon_file'] = [
'data' => $this
->t('Icon'),
];
$header['label'] = $this
->t('Label');
$header['id'] = $this
->t('Machine name');
$header['description'] = $this
->t('Description');
return $header + parent::buildHeader();
}