Added `@Parcelable` annotation
@Parcelable will turn any annotated class into a Parcelable object, creating and applying all its methods automatically.
@Parcelable will turn any annotated class into a Parcelable object, creating and applying all its methods automatically.