Converts the program to bytes using Borsh serialization.
@override List<int> toBytes() { return StringUtils.toBytes(memo); }