Converts this rating images configuration to a list for serialization
List<String> toList() { return [strongNegative, negative, neutral, positive, strongPositive]; }