Array:
string selected = names[ Random.Range( 0, names.Length ) ];
List:
var selected = list[ Random.Range( 0, list.Count ) ];