Hello, please, I want to do the following: I have an object (class) that has a property called Languages which sets or returns an array of strings. Now I want do add another property (let´s call it SelectedLanguage) that selects a single string from the existing Languages array? Is it possible to construct such a property?