Sample Code:
Set<String> setStr = new Set<String> {‘abc’, ‘xyz’};
String first = new List<String> (setStr).get(0); //returns abc
Cheers!!!