if let convertedRank = Rank.fromRaw(3) { let threeDescription = convertedRank.simpleDescription() }