/**
  * {@inheritdoc}
  */
 public function render(ResultRow $values)
 {
     $plugin_id = $this->getValue($values);
     $plugin_definition = $this->paymentMethodManager->getDefinition($plugin_id);
     return $plugin_definition['label'];
 }