Lazy builder callback for rendering the username.
array A renderable array as expected by the renderer service.
public function renderDisplayName() { return [ '#plain_text' => $this->account ->getDisplayName(), ]; }