Consider duplicating the display methods mentioned above.
Change the return type of the method to Description.
Change the last line of code so that it returns the description field instead of the locator:
E.g. change
return electronicAddress ? electronicAddress.Locator : '';
to
return electronicAddress ? electronicAddress.Description : '';