Converting bool to a string in Swift

let sunIsStar = true
let str = "\(sunIsStar)"
//sunIsStar is true