Enums are a good way to represent a determined set of values, which I use often. They're good when used in code, or when matching some values returned from your backend APIs with the client code for example.
But moving on the UI, you cannot present them as-is to the end user, they must be converted into something more readable.