An Enumeration is a list of key-value pairs that cannot be altered at runtime. An Enum is a better choice than an Array for replicating an Enum, we need to solve the readonly issue.